home *** CD-ROM | disk | FTP | other *** search
-
-
-
- String C Library Procedures String
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- String_SaveArray, String_FreeArray - copy and destroy null-
- terminated string array
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<sspprriitteeSSttrriinngg..hh>>
-
- char **
- SSttrriinngg__SSaavveeAArrrraayy(_s_t_r_i_n_g_s_P_t_r)
-
- char **
- SSttrriinngg__FFrreeeeAArrrraayy(_s_t_r_i_n_g_s_P_t_r)
-
- AARRGGUUMMEENNTTSS
- char **_s_t_r_i_n_g_s_P_t_r (in) Pointer to a null-terminated
- array of string pointers.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- These routines create and destroy null-terminated arrays of
- strings. They are useful for making copies of the aarrggvv
- argument array or of a host alias list. SSttrriinngg__SSaavveeAArrrraayy
- creates new copies of the strings and of the array of
- pointers. SSttrriinngg__FFrreeeeAArrrraayy frees the strings and the array.
- It returns a nil pointer that can be used to nil out the
- given _s_t_r_i_n_g_s_P_t_r.
-
-
- KKEEYYWWOORRDDSS
- string, copy
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: May 31, 1991 1
-
-
-
-